home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / fileutil.13 / fileutil / fileutils-3.13 / lib / Makefile.in < prev    next >
Encoding:
Makefile  |  1996-07-12  |  7.9 KB  |  295 lines

  1. # Makefile.in generated automatically by automake 1.0 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7.  
  8. SHELL = /bin/sh
  9.  
  10. srcdir = @srcdir@
  11. top_srcdir = @top_srcdir@
  12. VPATH = @srcdir@
  13. prefix = @prefix@
  14. exec_prefix = @exec_prefix@
  15.  
  16. bindir = @bindir@
  17. sbindir = @sbindir@
  18. libexecdir = @libexecdir@
  19. datadir = @datadir@
  20. sysconfdir = @sysconfdir@
  21. sharedstatedir = @sharedstatedir@
  22. localstatedir = @localstatedir@
  23. libdir = @libdir@
  24. infodir = @infodir@
  25. mandir = @mandir@
  26. includedir = @includedir@
  27. oldincludedir = /usr/include
  28.  
  29. pkgdatadir = $(datadir)/@PACKAGE@
  30. pkglibdir = $(libdir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32.  
  33. top_builddir = ..
  34.  
  35. INSTALL = @INSTALL@
  36. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  37. INSTALL_DATA = @INSTALL_DATA@
  38. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  39. transform = @program_transform_name@
  40.  
  41. noinst_LIBRARIES = fu
  42.  
  43. EXTRA_DIST = alloca.c basename.c euidaccess.c fnmatch.c fsusage.c \
  44. ftruncate.c getdate.y getopt.c getopt1.c group-member.c \
  45. memcmp.c memcpy.c memset.c \
  46. mkdir.c mktime.c mountlist.c posixtm.y rename.c rmdir.c \
  47. stpcpy.c strcasecmp.c strdup.c strndup.c strstr.c strtol.c strtoul.c
  48.  
  49. INCLUDES = -I.. -I$(srcdir)
  50.  
  51. fu_SOURCES = getdate.c getline.c posixtm.c argmatch.c backupfile.c \
  52. dirname.c error.c fileblocks.c filemode.c \
  53. full-write.c getversion.c idcache.c \
  54. isdir.c long-options.c makepath.c modechange.c obstack.c \
  55. safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
  56. xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
  57.  
  58. fu_LIBADD = @LIBOBJS@ @ALLOCA@
  59.  
  60. noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
  61. getline.h getopt.h group-member.h long-options.h makepath.h modechange.h \
  62. mountlist.h obstack.h pathmax.h save-cwd.h xstrtol.h xstrtoul.h
  63.  
  64. BUILT_SOURCES = getdate.c posixtm.c
  65. mkinstalldirs = $(top_srcdir)/mkinstalldirs
  66. CONFIG_HEADER = ../config.h
  67. LIBRARIES = $(noinst_LIBRARIES)
  68.  
  69. noinst_LIBFILES = libfu.a
  70.  
  71. CC = @CC@
  72. LEX = @LEX@
  73. YACC = @YACC@
  74.  
  75. DEFS = @DEFS@ -I. -I$(srcdir) -I..
  76. CPPFLAGS = @CPPFLAGS@
  77. CFLAGS = @CFLAGS@
  78. LDFLAGS = @LDFLAGS@
  79. LIBS = @LIBS@
  80.  
  81. COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  82. LINK = $(CC) $(LDFLAGS) -o $@
  83. fu_OBJECTS = getdate.o getline.o posixtm.o argmatch.o backupfile.o \
  84. dirname.o error.o fileblocks.o filemode.o full-write.o getversion.o \
  85. idcache.o isdir.o long-options.o makepath.o modechange.o obstack.o \
  86. safe-read.o save-cwd.o savedir.o stripslash.o userspec.o xgetcwd.o \
  87. xmalloc.o xstrdup.o xstrtol.o xstrtoul.o yesno.o
  88. EXTRA_fu_SOURCES =
  89. LIBFILES =  libfu.a
  90. AR = ar
  91. RANLIB = @RANLIB@
  92. HEADERS = $(noinst_HEADERS)
  93.  
  94. DIST_COMMON = Makefile.am Makefile.in
  95.  
  96.  
  97. PACKAGE = @PACKAGE@
  98. VERSION = @VERSION@
  99.  
  100. DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  101.     $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
  102. DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  103.     $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
  104.  
  105. TAR = tar
  106. SOURCES = $(fu_SOURCES)
  107. OBJECTS = $(fu_OBJECTS)
  108.  
  109. default: all
  110.  
  111.  
  112. $(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in
  113.     cd $(top_srcdir) && automake $(subdir)/Makefile
  114.  
  115. Makefile: $(top_builddir)/config.status Makefile.in
  116.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
  117.  
  118. mostlyclean-noinstLIBRARIES:
  119.  
  120. clean-noinstLIBRARIES:
  121.     rm -f $(noinst_LIBFILES)
  122.  
  123. distclean-noinstLIBRARIES:
  124.  
  125. maintainer-clean-noinstLIBRARIES:
  126.  
  127. .c.o:
  128.     $(COMPILE) $<
  129.  
  130. mostlyclean-compile:
  131.     rm -f *.o core
  132.  
  133. clean-compile:
  134.  
  135. distclean-compile:
  136.     rm -f *.tab.c
  137.  
  138. maintainer-clean-compile:
  139. $(fu_OBJECTS): ../config.h
  140.  
  141. libfu.a: $(fu_OBJECTS) $(fu_LIBADD)
  142.     rm -f libfu.a
  143.     $(AR) cru libfu.a $(fu_OBJECTS) $(fu_LIBADD)
  144.     $(RANLIB) libfu.a
  145.  
  146. ID: $(HEADERS) $(SOURCES)
  147.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  148.  
  149. tags: TAGS
  150.  
  151. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
  152.     here=`pwd` && cd $(srcdir) && etags $(ETAGS_ARGS) $(SOURCES) $(HEADERS) -o $$here/TAGS
  153.  
  154. mostlyclean-tags:
  155.  
  156. clean-tags:
  157.  
  158. distclean-tags:
  159.     rm -f TAGS ID
  160.  
  161. maintainer-clean-tags:
  162.  
  163. subdir = lib
  164. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  165. distdir: $(DEP_DISTFILES)
  166.     @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
  167.       test -f $(distdir)/$$file \
  168.       || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
  169.       || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  170.     done
  171. alloca.o: alloca.c
  172. argmatch.o: argmatch.c
  173. backupfile.o: backupfile.c backupfile.h
  174. basename.o: basename.c
  175. dirname.o: dirname.c
  176. error.o: error.c
  177. fileblocks.o: fileblocks.c
  178. filemode.o: filemode.c
  179. fnmatch.o: fnmatch.c
  180. fsusage.o: fsusage.c fsusage.h
  181. ftruncate.o: ftruncate.c
  182. full-write.o: full-write.c
  183. getdate.o: getdate.c
  184. getline.o: getline.c
  185. getopt.o: getopt.c
  186. getopt1.o: getopt1.c getopt.h
  187. getversion.o: getversion.c backupfile.h
  188. group-member.o: group-member.c group-member.h
  189. idcache.o: idcache.c
  190. isdir.o: isdir.c
  191. long-options.o: long-options.c long-options.h
  192. makepath.o: makepath.c makepath.h
  193. modechange.o: modechange.c modechange.h
  194. mountlist.o: mountlist.c mountlist.h
  195. obstack.o: obstack.c obstack.h
  196. posixtm.o: posixtm.c
  197. safe-read.o: safe-read.c
  198. save-cwd.o: save-cwd.c ../config.h save-cwd.h error.h
  199. savedir.o: savedir.c
  200. stripslash.o: stripslash.c
  201. userspec.o: userspec.c
  202. xgetcwd.o: xgetcwd.c pathmax.h
  203. xmalloc.o: xmalloc.c
  204. xstrdup.o: xstrdup.c
  205. xstrtol.o: xstrtol.c xstrtol.h
  206. xstrtoul.o: xstrtoul.c xstrtol.c xstrtol.h
  207. yesno.o: yesno.c
  208.  
  209. info:
  210.  
  211. dvi:
  212.  
  213. check: all
  214.  
  215. installcheck:
  216.  
  217. install-exec: 
  218.  
  219. install-data: 
  220.  
  221. install: install-exec install-data all
  222.     @:
  223.  
  224. uninstall: 
  225.  
  226. all: $(LIBFILES) $(HEADERS) Makefile
  227.  
  228. install-strip:
  229.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  230. installdirs:
  231.  
  232.  
  233. mostlyclean-generic:
  234.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  235.  
  236. clean-generic:
  237.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  238.  
  239. distclean-generic:
  240.     rm -f Makefile $(DISTCLEANFILES)
  241.     rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
  242.  
  243. maintainer-clean-generic:
  244.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  245.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  246. mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
  247.         mostlyclean-tags mostlyclean-generic
  248.  
  249. clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
  250.         mostlyclean 
  251.  
  252. distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
  253.         distclean-generic clean 
  254.     rm -f config.status
  255.  
  256. maintainer-clean:  maintainer-clean-noinstLIBRARIES \
  257.         maintainer-clean-compile maintainer-clean-tags \
  258.         maintainer-clean-generic distclean 
  259.     @echo "This command is intended for maintainers to use;"
  260.     @echo "it deletes files that may require special tools to rebuild."
  261.  
  262. .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
  263. clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
  264. mostlyclean-compile distclean-compile clean-compile \
  265. maintainer-clean-compile tags mostlyclean-tags distclean-tags \
  266. clean-tags maintainer-clean-tags distdir info dvi check installcheck \
  267. install-exec install-data install uninstall all installdirs \
  268. mostlyclean-generic distclean-generic clean-generic \
  269. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  270.  
  271.  
  272. # Since this directory contains two parsers, we have to be careful to avoid
  273. # running two $(YACC)s during parallel makes.  See below.
  274. getdate.c: @MAINT@getdate.y
  275.     @echo expect 10 shift/reduce conflicts
  276.     $(YACC) $(srcdir)/getdate.y
  277.     mv y.tab.c getdate.c
  278.  
  279. # Make the rename atomic, in case sed is interrupted and later rerun.
  280. # The artificial dependency on getdate.c keeps the two parsers from being
  281. # built in parallel.  Enforcing this little bit of sequentiality lets
  282. # everyone (even those without bison) still run mostly parallel builds.
  283. posixtm.c: @MAINT@posixtm.y getdate.c
  284.     $(YACC) $(srcdir)/posixtm.y
  285.     mv y.tab.c posixtm.tab.c
  286.     sed -e 's/yy/zz/g' posixtm.tab.c > tposixtm.c
  287.     mv tposixtm.c posixtm.c
  288.     rm -f posixtm.tab.c
  289. .SUFFIXES:
  290. .SUFFIXES: .c .o
  291.  
  292. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  293. # Otherwise a system limit (for SysV at least) may be exceeded.
  294. .NOEXPORT:
  295.